time.zone.offset (field)
11 uses
time (current package)
time.go#L470: sec += int64(l.cacheZone.offset)
time.go#L491: offset = l.cacheZone.offset
zoneinfo.go#L48: offset int // seconds east of UTC
zoneinfo.go#L159: offset = zone.offset
zoneinfo.go#L169: offset = zone.offset
zoneinfo.go#L198: offset = zone.offset
zoneinfo.go#L620: nam, offset, _, _, _ := l.lookup(unix - int64(zone.offset))
zoneinfo.go#L631: return zone.offset, true
zoneinfo_read.go#L260: zones[i].offset = int(int32(n))
zoneinfo_read.go#L341: offset: offset,
zoneinfo_read.go#L356: if z.name == name && z.offset == offset && z.isDST == isDST {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |